From 7dea9b2a21b0a801879020b549cf7b33d68fe1c7 Mon Sep 17 00:00:00 2001 From: "main()" Date: Sat, 21 Oct 2017 17:55:32 +0200 Subject: [PATCH] Document that cargo test --release uses profile.bench --- src/doc/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 6dbed298c..3669a09a1 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -309,7 +309,7 @@ debug-assertions = true codegen-units = 1 panic = 'unwind' -# The benchmarking profile, used for `cargo bench`. +# The benchmarking profile, used for `cargo bench` and `cargo test --release`. [profile.bench] opt-level = 3 debug = false -- 2.30.2